﻿2026-06-07T22:55:18.5796209Z ##[group]Run actions/checkout@v5
2026-06-07T22:55:18.5797016Z with:
2026-06-07T22:55:18.5797345Z   repository: SaberMage/spt-core
2026-06-07T22:55:18.5800543Z   token: ***
2026-06-07T22:55:18.5801073Z   ssh-strict: true
2026-06-07T22:55:18.5801443Z   ssh-user: git
2026-06-07T22:55:18.5801778Z   persist-credentials: true
2026-06-07T22:55:18.5802145Z   clean: true
2026-06-07T22:55:18.5802492Z   sparse-checkout-cone-mode: true
2026-06-07T22:55:18.5802882Z   fetch-depth: 1
2026-06-07T22:55:18.5803212Z   fetch-tags: false
2026-06-07T22:55:18.5803544Z   show-progress: true
2026-06-07T22:55:18.5803870Z   lfs: false
2026-06-07T22:55:18.5804200Z   submodules: false
2026-06-07T22:55:18.5804535Z   set-safe-directory: true
2026-06-07T22:55:18.5805127Z ##[endgroup]
2026-06-07T22:55:18.7559780Z Syncing repository: SaberMage/spt-core
2026-06-07T22:55:18.7561115Z ##[group]Getting Git version info
2026-06-07T22:55:18.7561668Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-07T22:55:18.7781204Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T22:55:18.7980697Z git version 2.43.0.windows.1
2026-06-07T22:55:18.8006759Z ##[endgroup]
2026-06-07T22:55:18.8014605Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6bf70e10-ebd4-4116-8561-ec4868fd2de9\.gitconfig'
2026-06-07T22:55:18.8027192Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6bf70e10-ebd4-4116-8561-ec4868fd2de9' before making global git config changes
2026-06-07T22:55:18.8028206Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T22:55:18.8032044Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T22:55:18.8252694Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-07T22:55:18.8438274Z https://github.com/SaberMage/spt-core
2026-06-07T22:55:18.8464508Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T22:55:18.8468643Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T22:55:18.8655646Z refs/heads/dev-freeform
2026-06-07T22:55:18.8679948Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-07T22:55:18.8950925Z HEAD is now at e10def4 test(rig): two-host ladder run on M8-D4 binary [twohost]
2026-06-07T22:55:18.9399560Z ##[endgroup]
2026-06-07T22:55:18.9402687Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-07T22:55:19.2846537Z ##[group]Cleaning the repository
2026-06-07T22:55:19.2850282Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-07T22:55:22.5960907Z Removing .adapter-notify/
2026-06-07T22:55:22.5961417Z Removing target/
2026-06-07T22:55:22.5998289Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-07T22:55:22.6360518Z HEAD is now at e10def4 test(rig): two-host ladder run on M8-D4 binary [twohost]
2026-06-07T22:55:22.6384687Z ##[endgroup]
2026-06-07T22:55:22.6388070Z ##[group]Disabling automatic garbage collection
2026-06-07T22:55:22.6392459Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T22:55:22.6614100Z ##[endgroup]
2026-06-07T22:55:22.6614440Z ##[group]Setting up auth
2026-06-07T22:55:22.6620368Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T22:55:22.6828498Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T22:55:23.0285598Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T22:55:23.0518792Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T22:55:23.4009261Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T22:55:23.4226953Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T22:55:23.7590974Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T22:55:23.7887680Z ##[endgroup]
2026-06-07T22:55:23.7888135Z ##[group]Fetching the repository
2026-06-07T22:55:23.7894248Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e10def4f44dce9bb1c5732e89bdf1f4ba8ae95d3:refs/remotes/origin/dev-freeform
2026-06-07T22:55:24.3680791Z ##[endgroup]
2026-06-07T22:55:24.3681300Z ##[group]Determining the checkout info
2026-06-07T22:55:24.3683439Z ##[endgroup]
2026-06-07T22:55:24.3694468Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T22:55:24.3951675Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T22:55:24.4159986Z ##[group]Checking out the ref
2026-06-07T22:55:24.4164312Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T22:55:24.4501420Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T22:55:24.4501939Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-07T22:55:24.4502322Z Switched to and reset branch 'dev-freeform'
2026-06-07T22:55:24.4522388Z ##[endgroup]
2026-06-07T22:55:24.4747324Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T22:55:24.4940212Z e10def4f44dce9bb1c5732e89bdf1f4ba8ae95d3
